home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_154_ShowFile_CI2.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  322 b   |  14 lines

  1. global ds, goUp, gList, giNum
  2.  
  3. on mouseUp
  4.   imageName = "i" & giNum
  5.   ArtName = getAt(gList, imageName)
  6.   ShowFile = the moviePath & goUp & "Artwork" & ds & ArtName
  7.   baOpenFile(ShowFile, EMPTY)
  8.   if the platform contains "Mac" then
  9.     Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.